home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir40 / noecho2.zip / NOECHO.DOC < prev    next >
Text File  |  1986-08-18  |  2KB  |  53 lines

  1.  
  2.               DEFAULT OF "ECHO OFF" FOR DOS
  3.               -----------------------------
  4.  
  5.      For all those "Front-End Writers" that can't stand to have to put
  6. ECHO OFF followed by CLS at the top of a batch file and then see the ECHO OFF
  7. come up on the screen, these little patches to DOS COMMAND.COM
  8. are just what you need. They make ECHO OFF the default condition for all batch
  9. files.
  10.  
  11.      Please note that the patch files will ONLY work for their respective
  12. versions of DOS, as the COMMAND.COM for the various systems are somewhat
  13. different.
  14.  
  15. 1/28/85   Use IBM20.BAT for PC-DOS 2.0
  16.  
  17. 1/28/85   Use IBM21.BAT for PC-DOS 2.1
  18.  
  19. 8/18/86   Use IBM31.BAT for PC-DOS 3.1
  20.  
  21. 8/18/86   Use SPRY31.BAT for SPERRY MS-DOS 3.1
  22.  
  23. 8/18/86   Use COMPAQ21.BAT for COMPAQ MS-DOS 2.1
  24.  
  25. 8/18/86   Use COMPAQ31.BAT for COMPAQ MS-DOS 3.1
  26.  
  27. 8/18/86   Use ATT21.BAT for AT&T MS-DOS 2.1
  28.  
  29. 8/18/86   Use ATT31.BAT for AT&T MS-DOS 3.1
  30.  
  31. 8/18/86   Use LE21.BAT for LEADING EDGE MS-DOS 2.1
  32.  
  33. 8/18/86   Use LE31.BAT for LEADING EDGE MS-DOS 3.1
  34.  
  35.      To run the patch files, just make sure you have a copy of DEBUG.COM and
  36. the respective version of COMMAND.COM on the same disk (and in the same
  37. directory). Then type the appropriate batch file shown above. As DEBUG
  38. uses the contents of the batch file which calls it for data to do the patch
  39. you will see a couple of error indications as DEBUG tries to make sense out
  40. of the first two lines of the file. These won't hurt anything.
  41.  
  42.      When you are back at the DOS prompt, use the new COMMAND.COM to re-boot
  43. your system with, and voila! Note that if you intend using the patched version
  44. you have made, you should go through ALL your disks that have that version of
  45. COMMAND.COM on them and replace it with the new patched copy if you want to
  46. avoid the annoying "Illegal COMMAND.COM ..." messages that appear when DOS
  47. tries to reload old unpatched copies of COMMAND.COM.
  48.  
  49.  
  50.                          Dave Gwillim       Mike Harris
  51.                          Los Angeles, CA    Washington, DC
  52.                          28 January 1985    18 August 1986
  53.